home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Utilities / Programming / EnterAct 3.5 / hAWK project / AWK Source / VERSION.C < prev   
Encoding:
Text File  |  1991-10-24  |  1.4 KB  |  38 lines  |  [TEXT/TOPC]

  1. /* version_string is initialized in AWK_MAIN.C at the bottom */
  2. /* this list is from the unix/MSDOS authors */
  3.  
  4. char *version_string /*= "@(#)Gnu Awk (gawk) 2.11.1"*/;
  5.  
  6. /* 1.02        fixed /= += *= etc to return the new Left Hand Side instead
  7.         of the Right Hand Side */
  8.  
  9. /* 1.03        Fixed split() to treat strings of space and tab as FS if
  10.         the split char is ' '.
  11.  
  12.         Added -v option to print version number
  13.  
  14.         Fixed bug that caused rounding when printing large numbers  */
  15.  
  16. /* 2.00beta    Incorporated the functionality of the "new" awk as described
  17.         the book (reference not handy).  Extensively tested, but no
  18.         doubt still buggy.  Badly needs tuning and cleanup, in
  19.         particular in memory management which is currently almost
  20.         non-existent. */
  21.  
  22. /* 2.01        JF:  Modified to compile under GCC, and fixed a few
  23.         bugs while I was at it.  I hope I didn't add any more.
  24.         I modified parse.y to reduce the number of reduce/reduce
  25.         conflicts.  There are still a few left. */
  26.  
  27. /* 2.02        Fixed JF's bugs; improved memory management, still needs
  28.         lots of work. */
  29.  
  30. /* 2.10        Major grammar rework and lots of bug fixes from David.
  31.         Major changes for performance enhancements from David.
  32.         A number of minor bug fixes and new features from Arnold.
  33.         Changes for MSDOS from Conrad Kwok and Scott Garfinkle.
  34.         The gawk.texinfo and info files included! */
  35.  
  36. /* 2.11        Bug fix release to 2.10.  Lots of changes for portability,
  37.         speed, and configurability.  */
  38.